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

 


A168575
a(n) = (10^n + 1)^3.
3
8, 1331, 1030301, 1003003001, 1000300030001, 1000030000300001, 1000003000003000001, 1000000300000030000001, 1000000030000000300000001, 1000000003000000003000000001, 1000000000300000000030000000001
OFFSET
0,1
LINKS
G. J. Simmons, On palindromic squares of non-palindromic numbers, J. Rec. Math., 5 (No. 1, 1972), 11-19. [Annotated scanned copy] See Table 4.
Index entries for linear recurrences with constant coefficients, signature (1111,-112110,1111000,-1000000).
MATHEMATICA
Table[(10^n+1)^3, {n, 0, 25}] (* G. C. Greubel, Jul 26 2016 *)
LinearRecurrence[{1111, -112110, 1111000, -1000000}, {8, 1331, 1030301, 1003003001}, 20] (* Harvey P. Dale, Dec 31 2018 *)
PROG
(PARI) for(n=0, 12, print1((10^n+1)^3", "))
CROSSREFS
Sequence in context: A247732 A162090 A017187 * A286315 A270112 A281127
KEYWORD
easy,nonn
AUTHOR
Jason Earls, Nov 30 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 20 18:47 EDT 2024. Contains 376075 sequences. (Running on oeis4.)