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!)
A078277 a(n) = A078274(n)/11. 3
1, 121, 13941, 1577761, 176141581, 1028725268301, 12104701810650121, 139230653737447031941, 1574142902828283083413761, 17559792682830102828719795581, 102963381555591939195556174359301, 1211379362828828501048288283629741121 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) a(n) = {my(d, v=[1]); for(i=2, n, v=concat(v, d=digits(2*i-1))); w=Vecrev(v); fromdigits(vector(2*#v, i, if(i%2, v[1+i\2], w[i/2])))/11; } \\ Jinyuan Wang, May 17 2020
CROSSREFS
Sequence in context: A180153 A178510 A066625 * A178512 A050740 A121013
KEYWORD
nonn,base
AUTHOR
Amarnath Murthy, Nov 25 2002
EXTENSIONS
More terms from Sean A. Irvine, Aug 15 2011
Corrected by Sean A. Irvine, May 30 2013
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 25 08:20 EDT 2024. Contains 371964 sequences. (Running on oeis4.)