login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A002108 4th powers written backwards. 2
1, 61, 18, 652, 526, 6921, 1042, 6904, 1656, 1, 14641, 63702, 16582, 61483, 52605, 63556, 12538, 679401, 123031, 61, 184491, 652432, 148972, 677133, 526093, 679654, 144135, 656416, 182707, 18, 125329, 6758401, 1295811, 6336331, 5260051, 6169761 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
From Michel Marcus, Jun 04 2019: (Start)
a(n) = A004086(A000583(n)).
a(n) = A002942(n^2). (End)
a(n * 10^k) = a(n) for k >= 1. - Bernard Schott, Jun 04 2019
MATHEMATICA
FromDigits[Reverse[IntegerDigits[#]]]&/@(Range[40]^4) (* Harvey P. Dale, May 03 2012 *)
PROG
(PARI) a(n) = fromdigits(Vecrev(digits(n^4))); \\ Michel Marcus, Jun 04 2019
CROSSREFS
{This sequence} Intersection A000583 = A186080 (palindromes).
Sequence in context: A224730 A248143 A012860 * A087409 A199749 A303687
KEYWORD
nonn,base
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 28 14:38 EDT 2024. Contains 371254 sequences. (Running on oeis4.)