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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A122968 27th powers: a(n) = n^27. 2
0, 1, 134217728, 7625597484987, 18014398509481984, 7450580596923828125, 1023490369077469249536, 65712362363534280139543, 2417851639229258349412352, 58149737003040059690390169 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

Totally multiplicative sequence with a(p) = p^27 for prime p. Multiplicative sequence with a(p^e) = p^(27e). [From Jaroslav Krizek (jaroslav.krizek(AT)atlas.cz), Nov 01 2009]

MATHEMATICA

lst={}; Do[AppendTo[lst, n^27], {n, 0, 4!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 15 2009]

Range[0, 10]^27 (* From Harvey P. Dale, Dec 17 2011 *)

CROSSREFS

Sequence in context: A017373 A017493 A017625 * A194561 A152960 A034590

Adjacent sequences:  A122965 A122966 A122967 * A122969 A122970 A122971

KEYWORD

mult,nonn

AUTHOR

Franklin T. Adams-Watters (FrankTAW(AT)Netscape.net), Oct 27 2006

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 16 17:11 EST 2012. Contains 205938 sequences.