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!)
A291334 Numbers with two or more digits such that every two consecutive digits are a square. 1

%I #24 Aug 23 2017 03:16:52

%S 16,25,36,49,64,81,164,364,649,816,1649,3649,8164,81649

%N Numbers with two or more digits such that every two consecutive digits are a square.

%C The largest number in this sequence (81649) is the only prime in the sequence.

%e 164 is in this sequence because 16 and 64 are both squares.

%o (PARI) is(n)=if(n<16, return(0)); while(n>9, if(!issquare(n%100), return(0)); n\=10); 1 \\ _Charles R Greathouse IV_, Aug 23 2017

%K base,fini,full,nonn,easy

%O 1,1

%A _Bobby Jacobs_, Aug 22 2017

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 25 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)