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!)
A027576 Numbers n such that n^2 + (n+1)^2 + (n+2)^2 + (n+3)^2 is palindromic. 1
100, 10172, 10460137, 12309598, 101740172, 102025300, 1085864492, 1086219242, 107045858977, 109244416317 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[1231*10^4], PalindromeQ[Total[(# + {0, 1, 2, 3})^2]] &] (* The program generates the first 4 terms of the sequence. To generate more, increase the Range constant, but the program will take a long time to run. *) (* Harvey P. Dale, Apr 18 2021 *)
CROSSREFS
Cf. A027577.
Sequence in context: A267449 A266752 A267523 * A099374 A233627 A163663
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
a(6)-a(8) from Donovan Johnson, Aug 26 2012
a(9)-a(10) from Chai Wah Wu, Sep 06 2021
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 April 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)