login

Revision History forA055223

(Bold, blue-underlined text is anaddition; faded, red-underlined text is adeletion.)

Showing all changes.
One-fourth the digital sum of base 5 representations of 2^n.
(history; published version)
#8byRuss Coxat Sat Mar 31 20:47:20 EDT 2012
MATHEMATICA

a[n_]:= 1/4* Module[{aux = IntegerDigits[2^(n + 1), 5]}, Sum[aux[[i]], {i, 1, Length[aux]}]] [FromJ.M._JoséMaríaGrau Ribas(grau(AT)uniovi.es),_,Feb 13 2010]

Discussion
Sat Mar 31
20:47
OEIS Server:https://oeis.org/edit/global/1205
#7byRuss Coxat Sat Mar 31 10:30:30 EDT 2012
EXTENSIONS

More terms from_James A. Sellers(sellersj(AT)math.psu.edu),_,Jul 04 2000

Discussion
Sat Mar 31
10:30
OEIS Server:https://oeis.org/edit/global/639
#6byRuss Coxat Sat Mar 31 10:25:58 EDT 2012
AUTHOR

_Lekraj Beedassy(blekraj(AT)yahoo.com),_,Jun 20 2000

Discussion
Sat Mar 31
10:25
OEIS Server:https://oeis.org/edit/global/489
#5byN. J. A. Sloaneat Tue Jun 01 03:00:00 EDT 2010
MATHEMATICA

a[n_]:= 1/4* Module[{aux = IntegerDigits[2^(n + 1), 5]}, Sum[aux[[i]], {i, 1, Length[aux]}]] [From J. M. Grau Ribas (grau(AT)uniovi.es), Feb 13 2010]

KEYWORD

nonn,base,new

#4byN. J. A. Sloaneat Sun Jun 29 03:00:00 EDT 2008
KEYWORD

nonn,base,new

AUTHOR

Lekraj Beedassy (boodhimanblekraj(AT)yahoo ), Jun 20 2000

#3byN. J. A. Sloaneat Wed Sep 22 03:00:00 EDT 2004
KEYWORD

nonn,base,new

AUTHOR

Lekraj Beedassy (beedassylekrajboodhiman(AT)hotmailyahoo), Jun 20 2000

#2byN. J. A. Sloaneat Fri May 16 03:00:00 EDT 2003
NAME

One-fourth the digital sum of base 5 representations of 2^n.

CROSSREFS
KEYWORD

nonn,base,new

AUTHOR

Lekraj Beedassy (beedassylekraj@(AT)hotmail ), Jun 20 2000

EXTENSIONS

More terms from James A. Sellers (sellersj@cedarville(AT)math.psu.edu), Jul 04 2000

#1byN. J. A. Sloaneat Sat Jul 22 03:00:00 EDT 2000
NAME

One fourth the digital sum of base 5 representations of 2^n.

DATA

1, 1, 1, 1, 2, 1, 1, 2, 3, 3, 3, 3, 2, 3, 4, 5, 5, 5, 4, 3, 5, 6, 7, 5, 8, 8, 6, 8, 10, 10, 8, 6, 7, 8, 8, 10, 7, 9, 9, 10, 11, 10, 9, 10, 9, 11, 11, 11, 11, 12, 13, 13, 12, 14, 10, 14, 17, 15, 13, 13, 12, 15, 14, 16, 15, 12, 14, 15, 15, 16, 15, 15, 15, 16, 13, 12, 16, 17, 14, 20, 20, 20

OFFSET

2,5

EXAMPLE

a(19) = 4 because 2^20 = 1048576 = 232023301 (to scale 5) and (2+3+2+0+2+3+3+0+1)/4 = 4

CROSSREFS
KEYWORD

nonn,base

AUTHOR

Lekraj Beedassy (beedassylekraj@hotmail ), Jun 20 2000

EXTENSIONS

More terms from James A. Sellers ([email protected]), Jul 04 2000

STATUS

approved