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!)
A301318 a(n) = sqrt(A299921(n)). 1
0, 1, 2, 3, 4, 11, 18, 23, 64, 105, 134, 373, 612, 781, 2174, 3567, 4552, 12671, 20790, 26531, 73852, 121173, 154634, 430441, 706248, 901273, 2508794, 4116315, 5253004, 14622323, 23991642, 30616751, 85225144, 139833537, 178447502, 496728541, 815009580, 1040068261, 2895146102, 4750223943, 6061962064, 16874148071, 27686334078, 35331704123 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
G.f.: x * (1 + 2*x + 3*x^2 - 2*x^3 - x^4) / (1 - 6*x^3 + x^6).
PROG
(PARI) concat( [0], Vec((1 + 2*x + 3*x^2 - 2*x^3 - x^4) / (1 - 6*x^3 + x^6) + O(x^66)))
CROSSREFS
Cf. A299921.
Sequence in context: A328883 A192613 A002098 * A297180 A162969 A104109
KEYWORD
nonn,easy
AUTHOR
Joerg Arndt, Mar 18 2018
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 May 30 07:21 EDT 2023. Contains 363045 sequences. (Running on oeis4.)