The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A274464 Subsequence of the automorphic numbers (A003226) with initial term 6 and such that a(n+1) ends with the digits of a(n). 2
6, 76, 139376, 114087109376, 792415373740081787109376, 88398678125844615295893380022607743740081787109376, 3724919229963099270422168663257939520419136188999442576576769103890995893380022607743740081787109376 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
An automorphic number is a number whose square ends in the same digits as the number itself.
The next term has 200 digits.
LINKS
PROG
(PARI)
seq(m, maxn) = L=List(); for(j=1, maxn, listput(L, m); m=(3*m^2-2*m^3)%10 ^ (2*sizedigit(m))); Vec(L)
seq(6, 8)
CROSSREFS
Sequence in context: A009763 A340886 A305999 * A028979 A082629 A278365
KEYWORD
nonn,base
AUTHOR
Colin Barker, Jun 24 2016
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 June 3 10:20 EDT 2024. Contains 373057 sequences. (Running on oeis4.)