login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135250 a(n) = number of digits in decimal expansion of A046967(n). 1
1, 1, 5, 32, 348, 4520, 76840, 1459949, 33578823 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

All numbers in A046967(n) are the form 2^k

MATHEMATICA

a = {}; c = 2; Do[d = Length[IntegerDigits[c, 10]]; c = c^Prime[n]; AppendTo[a, d], {n, 2, 9}]; a

IntegerLength/@RecurrenceTable[{a[1]==2, a[n]==a[n-1]^Prime[n]}, a[n], {n, 9}] (* From Harvey P. Dale, Jul 18 2011 *)

CROSSREFS

Cf. A046967, A135249.

Sequence in context: A109780 A093448 A094653 * A006926 A014374 A185336

Adjacent sequences:  A135247 A135248 A135249 * A135251 A135252 A135253

KEYWORD

base,nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Nov 24 2007

EXTENSIONS

a(9) from Harvey P. Dale, Jul 18 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 02:48 EST 2012. Contains 205978 sequences.