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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A164336 a(1)=1. Thereafter, all terms are primes raised to the values of earlier terms of the sequence. 2
1, 2, 3, 4, 5, 7, 8, 9, 11, 13, 16, 17, 19, 23, 25, 27, 29, 31, 32, 37, 41, 43, 47, 49, 53, 59, 61, 67, 71, 73, 79, 81, 83, 89, 97, 101, 103, 107, 109, 113, 121, 125, 127, 128, 131, 137, 139, 149, 151, 157, 163, 167, 169, 173, 179, 181, 191, 193, 197, 199, 211, 223, 227 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

These are the values of exponent towers consisting completely of primes coefficients. (For example, p^(q^(r^(s^..))), all variables being primes.) This sequence first differs from the terms of A096165, after the initial 1 in this sequence, when 18446744073709551616 = 2^64 occurs in A096165 but not in this sequence.

A064372(a(n)) = 1. [Reinhard Zumkeller, Aug 27 2011]

PROG

(PARI) L=1000; S=[1]; SS=[]; while(#S!=#SS, SS=S; S=[]; for(i=1, #SS, forprime(p=2, floor(L^(1/SS[i])), S=concat(S, p^SS[i]))); S=eval(setunion(S, SS))); vecsort(S) [From Hagen von Eitzen (math(AT)von-eitzen.de), Oct 03 2009]

CROSSREFS

A164337, A096165

Sequence in context: A128603 A195943 A096165 * A115919 A038701 A127072

Adjacent sequences:  A164333 A164334 A164335 * A164337 A164338 A164339

KEYWORD

nonn

AUTHOR

Leroy Quet, Aug 13 2009

EXTENSIONS

More terms from Hagen von Eitzen (math(AT)von-eitzen.de), Oct 03 2009

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 00:09 EST 2012. Contains 205978 sequences.